home *** CD-ROM | disk | FTP | other *** search
- object fSpecialize: TfSpecialize
- Left = 277
- Top = 227
- Width = 530
- Height = 132
- Caption = 'Specialize'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 16
- Width = 62
- Height = 13
- Caption = 'Search terms'
- end
- object SpeedButton1: TSpeedButton
- Left = 208
- Top = 72
- Width = 25
- Height = 25
- Caption = '1'
- OnClick = SpeedButton1Click
- end
- object SpeedButton2: TSpeedButton
- Left = 240
- Top = 72
- Width = 25
- Height = 25
- Caption = '2'
- OnClick = SpeedButton2Click
- end
- object SpeedButton3: TSpeedButton
- Left = 272
- Top = 72
- Width = 25
- Height = 25
- Caption = '3'
- OnClick = SpeedButton3Click
- end
- object SpeedButton4: TSpeedButton
- Left = 304
- Top = 72
- Width = 25
- Height = 25
- Caption = '4'
- OnClick = SpeedButton4Click
- end
- object SpeedButton5: TSpeedButton
- Left = 336
- Top = 72
- Width = 25
- Height = 25
- Caption = '5'
- OnClick = SpeedButton5Click
- end
- object SpeedButton6: TSpeedButton
- Left = 368
- Top = 72
- Width = 25
- Height = 25
- Caption = '6'
- OnClick = SpeedButton6Click
- end
- object Edit1: TEdit
- Left = 80
- Top = 8
- Width = 425
- Height = 21
- TabOrder = 0
- end
- object BitBtn1: TBitBtn
- Left = 8
- Top = 72
- Width = 75
- Height = 25
- TabOrder = 1
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 104
- Top = 72
- Width = 75
- Height = 25
- TabOrder = 2
- Kind = bkCancel
- end
- object rbThis: TRadioButton
- Left = 120
- Top = 40
- Width = 97
- Height = 17
- Caption = 'delete this lines'
- TabOrder = 3
- end
- object rbOther: TRadioButton
- Left = 8
- Top = 40
- Width = 105
- Height = 17
- Caption = 'delete other lines'
- Checked = True
- TabOrder = 4
- TabStop = True
- end
- end
-